projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c9d74c
)
d/rules: Correct argument used to disable gjs on s390x
author
Simon McVittie
<smcv@debian.org>
Tue, 8 Mar 2022 16:16:02 +0000
(16:16 +0000)
committer
Simon McVittie
<smcv@debian.org>
Tue, 8 Mar 2022 16:16:13 +0000
(16:16 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 353abe8a30153cdc2ea6144c6ded1d6bd0dad642..6d6abf46378e36576aab28c744852b30f167d48c 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-28,7
+28,7
@@
configure_options = \
$(NULL)
ifneq ($(filter alpha hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
-configure_options +=
GJS=/nonexistent/gjs
+configure_options +=
ac_cv_path_GJS=
endif
ifneq ($(filter libostree-doc,$(binaries)),)